x86, amd_ucode: flip revision numbers in printk
authorAravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Mon, 2 Jun 2014 08:19:27 +0000 (10:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 2 Jun 2014 08:19:27 +0000 (10:19 +0200)
commit071a4c70a634f7d4f74cde4086ff3202968538c9
treea37c8128bfd6028aecb904944a2ddf164bae0000
parent518576c6cbdaa2640865f1baa813c1b4d48c469f
x86, amd_ucode: flip revision numbers in printk

A failure would result in log message like so-
(XEN) microcode: CPU0 update from revision 0x6000637 to 0x6000626 failed
                                           ^^^^^^^^^^^^^^^^^^^^^^
The above message has the revision numbers inverted. Fix this.

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
xen/arch/x86/microcode_amd.c